home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000152_news@newsmaster….columbia.edu _Thu Oct 15 15:52:52 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA24432
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Oct 1998 15:52:51 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA23421
  7.     for kermit.misc@watsun; Thu, 15 Oct 1998 15:52:51 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 && KRB5 without encryption??
  12. Date: 15 Oct 1998 19:52:50 GMT
  13. Organization: Columbia University
  14. Lines: 49
  15. Message-ID: <705jqi$8k6$1@apakabar.cc.columbia.edu>
  16. References: <7055b9$jst$1@news.ox.ac.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9346
  19.  
  20. In article <7055b9$jst$1@news.ox.ac.uk>,
  21. Neil Long  <neil.long@oucs.oxford.ac.uk> wrote:
  22. : Hello
  23. : K95 ver 1.1.17 has 'support' for Kerberos but what is not clear to me is
  24. : whether the export version would enable authentication (and therefore no
  25. : clear text passwords!) without encrypted sessions. The former being OK 
  26. : but the latter falling under ITAR.
  27.  
  28. K95 does support Kerberos 4, Kerberos 5 authentication without encryption
  29. of the data stream when a recognized Kerberos API is installed.
  30.  
  31. : There are various Kerberos packages available (legally) outside the US/Canada
  32. : so getting a K4 or K5 server/realm setup is not a problem but good PC apps
  33. : which could radically reduce the impact of network sniffers are few and 
  34. : far between.
  35.  
  36. : When I try 1.1.17 and 'auth krb5 init {principal}
  37. : I get
  38. : ?Kerberos is not installed
  39. : but 'check kerberos' gives
  40. : kerberos available
  41.  
  42. CHECK KERBEROS means that K95 was compiled with Kerberos support.
  43.  
  44. IF AVAILABLE {K4, K5} can be used as a test for whether or not a recognized 
  45. API is available.  See the online docs.
  46.  
  47. K95 supports the MIT LEASH API for K4, and the KerbNet and MIT APIs for K5.
  48.  
  49. : It would be a Good Thing if K95 would enable kerberised authentication even
  50. : if sessions are not encrypted, after all SSH is widely used and even SRP can be
  51. : implemented with a bolt-on crypto library.
  52.  
  53. SRP is built-in to K95 and can be used without any additional libraries.
  54.  
  55. : On the other hand, maybe I am missing something obvious. I did create KRB.CON and
  56. : KRBREALM.CON files - which seem KRB4-ish in syntax, is there a difference for
  57. : KRB5??
  58.  
  59. K95 does not come with the Kerberos library.  You need to get Kerberos
  60. from another source.  As per the docs, please read the section on 
  61. "Network Security Methods" in the K95 online manual.
  62.  
  63.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  64.                  The Kermit Project * Columbia University
  65.               612 West 115th St #716 * New York, NY * 10025
  66.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org